home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Replacements / HWGQueue.lha / README.FIRST < prev   
Encoding:
Text File  |  1995-06-25  |  1.4 KB  |  42 lines

  1. Queue-Handler Replacement
  2. =========================
  3.  
  4. This is a drop-in replacement for the C= L:Queue-Handler 37.12
  5. (01.03.91). It fixes several rather nasty bugs with PIPE:, like
  6. loosing characters. There were more bugs. You sure don't want to know
  7. about them and I intend to have most of them forgotten by the time you
  8. read this. So don't ask.
  9.  
  10. This new handler should be fully compatible and a lot more solid. It
  11. is intended for use with AmigaOS >= V2.04.
  12.  
  13. It is freely redistributable, but copyrighted and should be considered
  14. *giftware*. If this helps you, send me something small and nice, like
  15. a current Aminet CD-ROM set. :-)
  16.  
  17. I created this handler because my popen implementation used for the
  18. diffutils in the HWGRCS package depends on PIPE:, and I do not want to
  19. change that because it is a good idea to use the OS. So I had to put
  20. together an OS fix now.
  21.  
  22. Standard disclaimer: I don't guarantee anything. If something breaks
  23. on your side, bad luck. Tell me about any bugs, please.
  24.  
  25. - Starting with 40.3, the write side should fail instad of lock when the
  26.   read side closes up prematurely.
  27.  
  28. - 40.4 allows for pipe names up to 80 characters including the device spec.
  29.   While this artificial limit is of course not nice, I left it in for
  30.   now due to backwards compatibility reasons and lack of time to fix
  31.   it. I intend to remove the limit in the future.
  32.  
  33. TODO:
  34.  
  35. - WaitForChar() support.
  36.  
  37. - No artificial name limits.
  38.  
  39. Heinz Wrobel
  40. <heinz@hwg.muc.de>
  41.  
  42.